-
Notifications
You must be signed in to change notification settings - Fork 520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Align Replica Checkpoint Correctly on Attach #571
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vazois
changed the title
Fix Failover Hanging Test
Align Replica Checkpoint Correctly on Attach
Aug 7, 2024
vazois
force-pushed
the
vazois/replication-sync-fix
branch
3 times, most recently
from
August 12, 2024 21:09
07b5431
to
d950e5f
Compare
vazois
force-pushed
the
vazois/replication-sync-fix
branch
3 times, most recently
from
August 21, 2024 19:18
cd06220
to
bb6c609
Compare
vazois
force-pushed
the
vazois/replication-sync-fix
branch
3 times, most recently
from
August 27, 2024 22:51
f23d0dd
to
4b6e627
Compare
vazois
force-pushed
the
vazois/replication-sync-fix
branch
from
August 30, 2024 22:55
4b6e627
to
7548e72
Compare
vazois
force-pushed
the
vazois/replication-sync-fix
branch
2 times, most recently
from
September 18, 2024 17:10
baf9237
to
327a945
Compare
vazois
force-pushed
the
vazois/replication-sync-fix
branch
6 times, most recently
from
September 30, 2024 18:42
b9bfd9b
to
9db87f1
Compare
vazois
force-pushed
the
vazois/replication-sync-fix
branch
from
October 1, 2024 18:15
9db87f1
to
c70d313
Compare
vazois
force-pushed
the
vazois/replication-sync-fix
branch
2 times, most recently
from
October 24, 2024 23:01
71c335e
to
1dea2b6
Compare
vazois
force-pushed
the
vazois/replication-sync-fix
branch
from
October 28, 2024 17:20
1dea2b6
to
9453278
Compare
vazois
force-pushed
the
vazois/replication-sync-fix
branch
from
November 8, 2024 20:13
9453278
to
849fa62
Compare
badrishc
approved these changes
Nov 12, 2024
vazois
force-pushed
the
vazois/replication-sync-fix
branch
2 times, most recently
from
November 12, 2024 23:52
838c010
to
53672d6
Compare
…ith that of the remote checkpoint
vazois
force-pushed
the
vazois/replication-sync-fix
branch
from
November 13, 2024 16:27
53672d6
to
eff0f8a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR fixes an issue with the replica recovering from its local checkpoint when the corresponding primary did not have any checkpoints to share.
Now the replica will only recover from its local checkpoint when explicitly requested by the primary to do so.